garbage collector
美
英 
- n.收垃圾的
- 网络垃圾收集器;垃圾回收器;被垃圾回收器
词形变化
复数:garbage collectors
英汉解释
英英解释
例句
Typically, code in such a method frees system resources that would not automatically be freed by the garbage collector.
通常,此方法中的代码释放不能由垃圾回收器自动释放的系统资源。
The Metronome garbage collector's performance lets you achieve predictable execution down to a precision of a few milliseconds.
Metronome垃圾收集器的性能使您能够获得可预测的执行,达到几毫秒的精确度。
The first is how often the garbage collector has been called and how much time was spent during garbage collection.
首先是调用垃圾收集器的频率和垃圾收集过程中花费的时间。
The programmer has no control over when the destructor is called because this is determined by the garbage collector .
程序员无法控制何时调用析构函数,因为这是由垃圾回收器决定的。
Having a garbage collector opens the door for a wide variety of features - among those are anonymous functions.
垃圾收集机制打开了广阔的特色之门,其中一个就是匿名函数。
The Garbage Collector does an excellent job of managing memory for you, and it removes unused objects in a very efficient manner.
垃圾收集器在管理内存方面为你做了卓越的工作,它以非常高效的方式移除未使用的对象。
The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector .
利用CLR探查器,可以查看进程的托管堆并调查垃圾回收器的行为。
Close files opened by this thread, or dispose of objects that the garbage collector did not reclaim.
关闭该线程打开的文件,或释放垃圾回收器未回收的对象。
The garbage collector does this for you automatically when the object is no longer being used by the application.
垃圾回收器在当对象不再被应用程序使用时自动为您完成这些操作。
Reference queues are the garbage collector's primary means of feeding back information to the application about object lifecycle.
引用队列是垃圾收集器向应用程序返回关于对象生命周期的信息的主要方法。
Under the add-in model, the host and add-ins operate as if their own lifetime management was controlled by the garbage collector.
在外接程序模型下,宿主和外接程序运行起来就好像它们自己的生存期管理由垃圾回收器控制一样。
The TGC provides the best out-of-box throughput for applications running on a JVM by minimizing costs of the garbage collector.
TGC通过最小化垃圾收集器的成本来为JVM上运行的应用程序提供最好的开箱即用流量。
The Dispose method does more than free resources: It also notifies the Garbage Collector that the object no longer needs to be finalized.
Dispose方法做得不只是释放资源,它也通知GC:这个对象不再需要终结了。
However, there is always the risk that the garbage collector will get to the object first before a strong reference is re established.
但始终存在这样的风险:垃圾回收器在重新建立强引用之前先处理该对象。
The garbage collector guarantees the resources to invoke this method and that the method will not be interrupted while it is in progress.
保证调用该方法所需的资源,并保证该方法在执行过程中不会被中断。
Choosing poorly can allow the garbage collector to preempt your NHRTs or cause parts of your system to be starved of CPU.
糟糕的选择可能会使垃圾收集器抢占您的NHRT,或导致部分系统耗尽CPU资源。
If there were, the garbage collector would ship with that configuration, and tuning would be unnecessary.
如果有的话,垃圾收集器将提供该配置,那么调整就没有必要了。
At this point, the garbage collector's optimizing engine determines whether it is necessary to examine the objects in older generations.
这时候,记忆体回收行程的最佳化引擎会判断是否需要检查较旧层代中的物件。
Sorting objects like this allows the garbage collector to examine fewer objects, making each garbage collection quicker.
这样的对象分类允许垃圾收集器检验更少的对象,使每次垃圾收集速度更快。
A garbage collector is reflected in the polished marble wall of a building as he rests in Shanghai, China.
在中国上海,拾荒者休息时,身影映照在大厦的磨光大理石墙面上。
However, their usefulness is tempered by the fact that they rely on the sometimes unpredictable behavior of the garbage collector.
然而,由于它们所依赖的垃圾收集器行为有时候无法预知,所以其实用性就会受到影响。
It is good practice to let the garbage collector tune the frequency of its collections.
让垃圾回收器对其回收的频率进行微调是切实可行的。
The garbage collector performs a collection in an attempt to free address space in generation 0 for the object.
垃圾回收器执行回收,尝试为对象释放第0级托管堆中的地址空间。
Pooling is quite simple: an object is reused instead of allowing it to be reclaimed by the garbage collector.
池机制相当简单:对象被重新使用,而不是让它被垃圾回收器回收。
Heap size and application utilization are important tuning options to consider when running an application on a real-time garbage collector.
在实时垃圾收集器上运行应用程序时,堆大小和应用程序利用率是要考虑的重要调优选项。
For various reasons, you cannot rely on the Java garbage collector to clean these things up for you.
出于各种原因,不能指望Java垃圾收集器会替您清理它们。
If the sponsor does not respond in the specified time , the garbage collector disposes of the remote object .
如果主办方未能在指定时间内响应,则由垃圾回收器处置该远程对象。
The best way to understand how an application is utilizing memory is to observe the garbage collector in action.
理解应用程序如何利用内存的最好方式是观察垃圾收集器的行动。
Therefore, the bottom line is that you can never guarantee that an available object will ever be collected by the garbage collector.
因此,概括地说,您永远无法保证可供收集的对象总是会被垃圾收集器收集。
More specifically, if the Java heap is too small, the garbage collector will not take long to run, but will run more often than it should.
更具体地说,如果Java堆过小,垃圾回收器运行时间不会太长,但其运行会比合理的情况下更为频繁。
Unlike earlier languages like C and C++ Java uses a garbage collector to reclaim memory that is no longer being used by an application.
与早期的C和C++这些语言不同,Java使用垃圾回收器来回收那些应用程序不再使用的内存。
Allows an object to attempt to free resources and perform other cleanup operations before the garbage collector reclaims the object .
允许对象在垃圾回收器回收对象占用的资源之前尝试释放资源并执行其他的清理操作。
Method is called or when the device object is finalized and collected by the garbage collector.
方法时,或者当设备对象被终结并被垃圾回收器回收时。
The Garbage Collector runs in its own thread to remove unused memory from your program. It also compacts the managed heap each time it runs.
垃圾收集器以自己的线程运行,从程序里移除未使用的内存,每次运行时也压缩托管堆。
Note, however, that it may take multiple runs of the garbage collector before it finds and frees a weakly reachable object.
然而,请注意,垃圾收集器可能要运行多次才能找到并释放弱可及对象。
PHP has a pretty simple garbage collector, which basically will garbage collect an object when it no longer is in scope.
PHP有一个非常简单的垃圾收集器,它实际上将对不再位于内存范围(scope)中的对象进行垃圾收集。
When he grew up, one day, John said to his mother, "When I finish school, I want to become a garbage collector. "
当他长大了后,约翰对母亲说:“当我毕业后,我去当一个捡破烂的。”
Lazy sweeping improves the response time of the garbage collector and increases its throughput.
懒惰式扫描缩短了垃圾回收器的响应时间,同时还增加了吞吐量。
Synchronization blocks hold weak references to managed objects and must be scanned by the garbage collector.
同步块保留对托管对象的弱引用并且必须由垃圾回收器扫描。
My fifth job was as a garbage collector.
我的第五个工作是垃圾清理工。